home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / Mesa-2.2 / amiga / library / installscript < prev   
Encoding:
Text File  |  1997-06-25  |  576 b   |  16 lines

  1. ; Installs Amiga stuff all over the Mesa Archive
  2. stack 30000
  3. echo "Now I'm going to change the prototypes"
  4. echo "--------------------------------------"
  5. echo "If you allredy run this script you will gett no apperece."
  6. echo "If you run this for the first time it will result in 1 apperence"
  7. echo "WARNING If for some reason some or one result in no apperence then"
  8. echo "        Then you have to replace that prototype by hand"
  9.  
  10. FileReplace Fixprotos
  11.  
  12. copy //include/gl/gl.h //include/gl/gl_org.h
  13. delete //include/gl/gl.h
  14. copy gl.h //include/gl/
  15. copy gl_pragma.h //include/gl/
  16.